🗂 Data Actions
This section provides a set of powerful data manipulation actions to help you transform and work with arrays and JSON objects within your Pageflows.
Filter array​
Create an array from items in another array that meet your specified criteria.
Configuration:
- Filters: Select the column or field to filter on.
- Options: Choose the filter operator and provide the value to compare against.
- Use expressions for dynamic filtering conditions.
Join​
Create a single string from all items in an array, separating each item with a specified delimiter.
Parse JSON​
Generate user-friendly tokens from properties in JSON content to simplify accessing JSON data in your Pageflows.
Select​
Create a new array by transforming items or values from an existing JSON array or object.
CSV table​
Generate a comma-separated-value (CSV) formatted table from an array containing JSON objects.
HTML Table​
Create an HTML formatted table from an array of JSON objects for use in emails or web pages.
Tip: Use these data actions to manipulate and format your data efficiently, preparing it for subsequent Pageflows steps or external integrations.